projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec0a24
)
(Fcommandp): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 May 2002 16:36:13 +0000
(16:36 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 15 May 2002 16:36:13 +0000
(16:36 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 147e8bef2dd56d300783fc98bbd2aa19b42ebb9a..7c63a2db4e1870aed6650f4d82550df9b89a9416 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1775,7
+1775,7
@@
fourth argument, and some of the built-in functions of Lisp.
Also, a symbol satisfies `commandp' if its function definition does so.
If the optional argument FOR-CALL-INTERACTIVELY is non-nil,
-then strins and vectors are not accepted. */)
+then strin
g
s and vectors are not accepted. */)
(function, for_call_interactively)
Lisp_Object function, for_call_interactively;
{